* mh-compat.el (mh-pop-to-buffer-same-window): Add compatibility
authorBill Wohler <wohler@newt.com>
Tue, 12 Jul 2011 04:40:16 +0000 (21:40 -0700)
committerBill Wohler <wohler@newt.com>
Tue, 12 Jul 2011 04:40:16 +0000 (21:40 -0700)
commit978aff03da1e0059a31159f522819fa83076faf5
tree9cb2cf01139556938e298c70ce1e5a0d769a9160
parentbb95a0446b8a1fdab94321f9270888c225bc0e62
* mh-compat.el (mh-pop-to-buffer-same-window): Add compatibility
function to call switch-to-buffer on systems that lack
pop-to-buffer-same-window.
* mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder)
(mh-make-folder): Call mh-pop-to-buffer-same-window instead of
switch-to-buffer. The previous change which used pop-to-buffer
produced the wrong behavior.
lisp/mh-e/ChangeLog
lisp/mh-e/mh-compat.el
lisp/mh-e/mh-folder.el